Versions:
merkdir 1.0.1, released by developer makeworld, is a lightweight command-line utility whose sole purpose is to turn any directory into a cryptographically verifiable Merkle tree. By recursively hashing every file and sub-folder, the program produces a single root hash that uniquely represents the entire contents and structure of the scanned path; any later alteration, however small, changes that root and is therefore instantly detectable. The same dataset can subsequently be used to create an inclusion proof for an individual file, demonstrating that the file was present in the original tree without exposing sibling data. Typical use cases range from software-publishers who want to give users a concise checksum for an entire release bundle, to cloud-backup operators who need to prove to clients that a specific document existed on a given date, to peer-to-peer networks that synchronize large folder trees by exchanging only compact root hashes and short proofs instead of full archives. Because the tool is content-agnostic, it works equally well for firmware collections, scientific datasets, legal evidence lockers or game asset packs. merkdir runs on any modern Windows system, accepts paths of unlimited depth, and outputs standard hex-encoded SHA-256 hashes that can be reproduced on Linux or macOS for cross-platform verification. No configuration files or background services are required; a single executable invoked with the directory name performs both tree generation and proof extraction. The application is classified under System Utilities / File Integrity. merkdir is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always supplying the latest version and supporting batch installation alongside other applications.
Tags: